Selects a ranges of cells in MultiRange mode.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Select( _
   ByVal  As System.Collections.Generic.IList(Of CellRange), _
   ByVal  As System.Boolean _
) 
             
        
            
            public void Select( 
   System.Collections.Generic.IList<CellRange> ,
   System.bool 
)
             
        
             
        
            パラメータ
- ranges
 
- CellRange that specifies ranges of the cells that will be selected.
 - show
 
- Whether to scroll the last selection range into view.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照